renamed juce-utils to introjucer
authorIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Fri, 12 Feb 2016 05:44:18 +0000 (06:44 +0100)
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Fri, 12 Feb 2016 05:44:18 +0000 (06:44 +0100)
debian/README.Debian
debian/control
debian/copyright_hints
debian/introjucer.install [new file with mode: 0644]
debian/introjucer.mime [new file with mode: 0644]
debian/introjucer.sharedmimeinfo [new file with mode: 0644]
debian/juce-utils.install [deleted file]
debian/juce-utils.mime [deleted file]
debian/juce-utils.sharedmimeinfo [deleted file]
debian/rules

index af7e446dd1d2fb5aaec7c18b972e72d37229c35e..8b7f0b9ab2a750828e113e493596277c341cdeaa 100644 (file)
@@ -28,7 +28,7 @@ If you are developing your own JUCE application, you are of course free to
 follow upstream's advice.
 Installing the following packages will give you the 'Introjucer' as Debian
 packages while keeping your embedded-module-code workflow:
- - juce-utils (contains the Introjucer)
+ - introjucer (contains the Introjucer)
  - juce-modules-source (contains the source-code for the JUCE modules)
 
 The 'Introjucer' as shipped with Debian has the following modification regarding
@@ -76,6 +76,6 @@ I usually prefix these flags with JUCE_ (e.g. "CPPFLAGS" becomes
 
 You could recreate the Makefiles by running the project's .jucer file through
 Debian's "Introjucer" (the so-generated Makefiles allow both overriding of
-*FLAGS and building verbosely), but adding 'juce-utils' to the Build-Depends is
+*FLAGS and building verbosely), but adding 'introjucer' to the Build-Depends is
 probably an overkill.
 
index 0c9a6619cb487329b0c04e2f187044c54691e25d..ae49f6c08b1c11491a757fdda7ba328ec33685fd 100644 (file)
@@ -77,7 +77,7 @@ Description: Jules' Utility Class Extensions (documentation)
  .
  This package contains html documentation for the JUCE API.
 
-Package: juce-utils
+Package: introjucer
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
@@ -106,4 +106,4 @@ Description: Jules' Utility Class Extensions (module sources)
  GUIs, and for handling graphics and sound.
  .
  This package provides the sources for the JUCE modules, as used by 'Introjucer'
- projects. (Introjucer is provided in the 'juce-utils' package).
+ projects. (Introjucer is provided in the 'introjucer' package).
index d74da69300d16bb126b028c11ac7b03fc6c2eb10..85d332dad736971cc95119952794249f75bb40dd 100644 (file)
@@ -1022,9 +1022,9 @@ Files: ChangeList.txt
  debian/gbp.conf
  debian/git-tuneclone.sh
  debian/juce-modules-source.install
- debian/juce-utils.install
- debian/juce-utils.mime
- debian/juce-utils.sharedmimeinfo
+ debian/introjucer.install
+ debian/introjucer.mime
+ debian/introjucer.sharedmimeinfo
  debian/libbuilder/AppConfig.h
  debian/libbuilder/Makefile
  debian/libbuilder/juce.pc.in
diff --git a/debian/introjucer.install b/debian/introjucer.install
new file mode 100644 (file)
index 0000000..3beca36
--- /dev/null
@@ -0,0 +1,3 @@
+extras/Introjucer/Builds/Linux/build/Introjucer        usr/bin
+debian/libbuilder/build/juce.png               usr/share/pixmaps/
+debian/Introjucer.desktop                      usr/share/applications/
diff --git a/debian/introjucer.mime b/debian/introjucer.mime
new file mode 100644 (file)
index 0000000..ef0da3e
--- /dev/null
@@ -0,0 +1 @@
+application/x-juce; Introjucer '%s'; edit=Introjucer '%s'; test=test "$DISPLAY" != ""; priority=2
diff --git a/debian/introjucer.sharedmimeinfo b/debian/introjucer.sharedmimeinfo
new file mode 100644 (file)
index 0000000..043dfa0
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+  <mime-type type="application/x-juce">
+    <sub-class-of type="text/xml"/>
+    <comment>JUCE project</comment>
+    <glob pattern="*.jucer"/>
+  </mime-type>
+</mime-info>
diff --git a/debian/juce-utils.install b/debian/juce-utils.install
deleted file mode 100644 (file)
index 3beca36..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-extras/Introjucer/Builds/Linux/build/Introjucer        usr/bin
-debian/libbuilder/build/juce.png               usr/share/pixmaps/
-debian/Introjucer.desktop                      usr/share/applications/
diff --git a/debian/juce-utils.mime b/debian/juce-utils.mime
deleted file mode 100644 (file)
index ef0da3e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-application/x-juce; Introjucer '%s'; edit=Introjucer '%s'; test=test "$DISPLAY" != ""; priority=2
diff --git a/debian/juce-utils.sharedmimeinfo b/debian/juce-utils.sharedmimeinfo
deleted file mode 100644 (file)
index 043dfa0..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
-  <mime-type type="application/x-juce">
-    <sub-class-of type="text/xml"/>
-    <comment>JUCE project</comment>
-    <glob pattern="*.jucer"/>
-  </mime-type>
-</mime-info>
index 8de2504b5de44bd54acc0c68d17b39fc3c0fc3be..2bf743c0961fc0233b81385fa429ef973992998f 100755 (executable)
@@ -21,7 +21,7 @@ DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \
 
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(cdbs_make_curdestdir) prefix=/usr libdir=/usr/lib/${DEB_HOST_MULTIARCH}/
 
-DEB_INSTALL_MANPAGES_juce-utils=$(BUILDDIR)/Introjucer.1
+DEB_INSTALL_MANPAGES_introjucer=$(BUILDDIR)/Introjucer.1
 DEB_INSTALL_CHANGELOGS_ALL=ChangeList.txt
 
 pre-build:: patch
@@ -30,7 +30,7 @@ pre-build:: patch
        cp $(CURDIR)/examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40.png \
                $(BUILDDIR)/juce.png
 
-common-binary-arch:: $(DEB_INSTALL_MANPAGES_juce-utils)
+common-binary-arch:: $(DEB_INSTALL_MANPAGES_introjucer)
 
 $(BUILDDIR)/Introjucer.1:
        help2man -N --version-string="Introjucer $(DEB_UPSTREAM_VERSION)" -n "the JUCE project-management tool" debian/scripts/Introjucer-help2man > $@